From 76958696db6caf053d23240157dda79e67333fad Mon Sep 17 00:00:00 2001 From: Stephen Becker IV Date: Wed, 24 Feb 2016 19:35:02 -0800 Subject: [PATCH] Updated text based on pull request --- src/doc/environment-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/environment-variables.md b/src/doc/environment-variables.md index 250083a24..40e000d92 100644 --- a/src/doc/environment-variables.md +++ b/src/doc/environment-variables.md @@ -15,8 +15,8 @@ Here are a list of the variables Cargo sets, organized by when it sets them: * `CARGO_HOME` - Cargo maintains a local cache of the registry index and of git checkouts of crates. By default these are stored under `$HOME/.cargo`, but - this variable overrides the location of this directory. Once a - crate is cached it is only removed by the clean command. + this variable overrides the location of this directory. Once a crate is cached + it is not removed by the clean command. * `CARGO_PROFILE` - If this is set to a positive integer *N*, Cargo will record timing data as it runs. When it exits, it will print this data as a profile *N* levels deep. -- 2.30.2